home *** CD-ROM | disk | FTP | other *** search
/ God is Closer Than You Think / God is Closer.iso / mac / GICTYT.swf / scripts / DefineSprite_338 / frame_1 / DoAction.as
Text File  |  2005-02-10  |  778b  |  37 lines

  1. pdf_btn.onRollOver = function()
  2. {
  3.    getUrl("lingo: cursor 280", "");
  4. };
  5. pdf_btn.onRollOut = function()
  6. {
  7.    getUrl("lingo: cursor -1", "");
  8. };
  9. pdf_btn.onRelease = function()
  10. {
  11.    getUrl("lingo: fileView(\"Week4_TheVoice.pdf\",\"pdf\")", "");
  12. };
  13. pp_btn.onRollOver = function()
  14. {
  15.    getUrl("lingo: cursor 280", "");
  16. };
  17. pp_btn.onRollOut = function()
  18. {
  19.    getUrl("lingo: cursor -1", "");
  20. };
  21. pp_btn.onRelease = function()
  22. {
  23.    getUrl("lingo: week4Save", "");
  24. };
  25. webLink_btn.onRollOver = function()
  26. {
  27.    getUrl("lingo: cursor 280", "");
  28. };
  29. webLink_btn.onRollOut = function()
  30. {
  31.    getUrl("lingo: cursor -1", "");
  32. };
  33. webLink_btn.onRelease = function()
  34. {
  35.    getUrl("lingo: webLink(\"http://www.godiscloserthanyouthink.com/pastors/tools/\")", "");
  36. };
  37.